home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi 2.0 - Programmer's Utilities Power Pack
/
Delphi 2.0 Programmer's Utilities Power Pack.iso
/
e_to_l
/
imlib201
/
usimple.dfm
/
usimple.txt
Wrap
Text File
|
1996-09-15
|
791b
|
42 lines
object Form1: TForm1
Left = 82
Top = 81
Width = 441
Height = 300
Caption = 'Form1'
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'System'
Font.Style = []
PixelsPerInch = 96
TextHeight = 16
object MultiImage1: TMultiImage
Left = 0
Top = 0
Width = 382
Height = 273
Center = True
JPegDither = 4
JPegResolution = 8
JPegSaveQuality = 25
JPegSaveSmooth = 0
ImageName = 'file not found'
end
object Button1: TButton
Left = 384
Top = 0
Width = 49
Height = 273
Caption = '&open'
TabOrder = 0
OnClick = Button1Click
end
object OpenDialog1: TOpenDialog
Filter =
'jpeg|*.jpg|gif|*.gif|pcx|*.pcx|bitmap|*.bmp|icon|*.ico|metafile|' +
'*.wmf'
Left = 376
Top = 8
end
end